Lua/Client/TableRow
From JC2-MP Documentation
Contents
Events
Events inherited from BaseWindow
Static functions
Returns
Prototype
TableRow
Create(BaseWindow, string)
TableRow
Create(string)
TableRow
Create(BaseWindow)
TableRow
Create()
Functions
Returns
Prototype
Color
GetBackgroundEvenColor()
Color
GetBackgroundEvenSelectedColor()
Color
GetBackgroundHoverColor()
Color
GetBackgroundOddColor()
Color
GetBackgroundOddSelectedColor()
Label
GetCellContents(number)
string
GetCellText(number)
SetBackgroundEvenColor(Color)
SetBackgroundEvenSelectedColor(Color)
SetBackgroundHoverColor(Color)
SetBackgroundOddColor(Color)
SetBackgroundOddSelectedColor(Color)
SetCellContents(number, BaseWindow, boolean)
SetCellContents(number, BaseWindow)
SetCellText(number, string)
SetColumnCount(number)
SetColumnWidth(number, number)
SetTextColor(Color)
SizeToContents()
Functions inherited from BaseWindow
Operators
Returns
Prototype
boolean
TableRow == TableRow